Search
LayoutBuilder.createAndAddColumnLayout Method
See Also
 






Creates a StackPanel containing the specified Plot-s and AxisRenderer-s. The Panel is automatically added to the Dashboard's LayoutPanel.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public StackPanel createAndAddColumnLayout (
    XAxisRenderer[] top,
    Plot2D[] plots,
    XAxisRenderer[] bottom
)

 Parameters

top

An array of XAxisRenderer components that should be placed at the top side of the plots.

plots

An array of Plot2D instances.

bottom

An array of XAxisRenderer components that should be placed at the bottom side of the plots.

 Return Value

A StackPanel instance.

 See Also